home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / trcview.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.0 KB  |  39 lines

  1. //Converting header file...
  2. //----------------------------------------------------------------------------
  3. #ifndef TrcViewHPP
  4. #define TrcViewHPP
  5. //----------------------------------------------------------------------------
  6. #include <StdCtrls.hpp>
  7. #include <Controls.hpp>
  8. #include <Classes.hpp>
  9. #include <Dialogs.hpp>
  10. #include <Forms.hpp>
  11. #include <Controls.hpp>
  12. #include <Graphics.hpp>
  13. #include <Classes.hpp>
  14. #include <SysUtils.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <System.hpp>
  18.  
  19. //-- type declarations -------------------------------------------------------
  20. class TTraceForm : public TForm
  21. {
  22.     
  23. __published:
  24.     TListBox *TraceData;
  25.     void __fastcall TraceDataKeyPress(TObject *Sender, Char &Key);
  26.  
  27.         
  28.     
  29. public:
  30.     __fastcall  virtual TTraceForm::TTraceForm(TComponent *Owner) ;
  31.  
  32. };
  33.  
  34. //-- var, const, procedure ---------------------------------------------------
  35. extern TTraceForm *TraceForm;
  36. //-- end unit ----------------------------------------------------------------
  37. #endif    // TrcView
  38. //end conversion....
  39.